projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b26c217
)
(syms_of_buffer): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 24 Feb 1993 23:20:51 +0000
(23:20 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 24 Feb 1993 23:20:51 +0000
(23:20 +0000)
src/buffer.c
patch
|
blob
|
history
diff --git
a/src/buffer.c
b/src/buffer.c
index f996015c459605c043418d73d110351dd5ca8e83..9e21832bfa0c2004c1aed7e51238464064deb3ec 100644
(file)
--- a/
src/buffer.c
+++ b/
src/buffer.c
@@
-1682,6
+1682,10
@@
previously unmodified. HIGHWORD and LOWWORD are the high and low\n\
modification count of the most recent save is different, this entry is\n\
obsolete.\n\
\n\
+An entry (nil PROP VAL BEG . END) indicates that a text property\n\
+was modified between BEG and END. PROP is the property name,\n\
+and VAL is the old value.\n\
+\n\
nil marks undo boundaries. The undo command treats the changes\n\
between two undo boundaries as a single step to be undone.\n\
\n\